IdeaBlade DevForce 2010 Help Reference
EntityQuery<T> Constructor
See Also  Send Feedback
IdeaBlade.EntityModel Assembly > IdeaBlade.EntityModel Namespace > EntityQuery<T> Class : EntityQuery<T> Constructor



Overload List

OverloadDescription
EntityQuery<T> Constructor() Construct a new query.  
EntityQuery<T> Constructor(String) Construct a new query with the specified entity set name.  
EntityQuery<T> Constructor(String,EntityManager) Construct a new query with specified entity set name and EntityManager.  
EntityQuery<T> Constructor(EntityQuery)Casts an EntityQuery to an EntityQuery{T}.  
EntityQuery<T> Constructor(EntityQuery<T>) Copy constructor.  
EntityQuery<T> Constructor(Expression,IQueryable) Constructs a new query from the Expression and an IQueryable ( either another EntityQuery or an EntityGroup);  

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2013 All Rights Reserved.